home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////
- // ObjectEditor
- // by Charles Lloyd
- ////////////////////////
-
-
-
- SubmitEdits: WOSubmitButton {
- action = processForm;
- value = "Submit Changes";
- };
-
- MyObjectEditor: ObjectEditor {
- targetObject = localObject;
- labelArray = localLabelArray;
- keyArray = localKeyArray;
- isEditable = isEditable;
- cellPadding = cellPadding;
- cellSpacing = 1;
- borderSize = 3;
- fieldSize = 15;
- };
-
- ObjectValues: WOString {
- value = localObject;
- };
-
- ToggleEditableButton: WOSubmitButton {
- action = toggleEditable;
- value = editableString;
- };
-
- ShowSource: ShowSource {
- componentName = "ObjectEditor";
- };
-
- ShowSourceControls: ShowSource {
- componentName = "ObjectEditor";
- };
-
- ComponentDescription: ComponentDescription {
- componentName = "ObjectEditor";
- };
-